home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / qrep096 / simprep.dfm / simprep.txt < prev   
Encoding:
Text File  |  1996-09-15  |  4.9 KB  |  241 lines

  1. object SimpForm: TSimpForm
  2.   Left = 162
  3.   Top = 221
  4.   Width = 781
  5.   Height = 219
  6.   HorzScrollBar.Range = 1200
  7.   VertScrollBar.Range = 2000
  8.   AutoScroll = False
  9.   Caption = 'SimpForm'
  10.   Font.Color = clBlack
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object TitleBand: TQRBand
  17.     Left = 0
  18.     Top = 0
  19.     Width = 1200
  20.     Height = 73
  21.     Align = alTop
  22.     BandType = rbTitle
  23.     Color = clWhite
  24.     Font.Color = clBlack
  25.     Font.Height = -13
  26.     Font.Name = 'Arial'
  27.     Font.Style = [fsBold]
  28.     ForceNewPage = False
  29.     Frame.Width = 0
  30.     Ruler = qrrInchesHV
  31.     object Image1: TImage
  32.       Left = 12
  33.       Top = 4
  34.       Width = 69
  35.       Height = 33
  36.       Picture.Data = {<image000.bmp>}
  37.       Stretch = True
  38.     end
  39.     object QRLabel1: TQRLabel
  40.       Left = 96
  41.       Top = 4
  42.       width = 193
  43.       height = 36
  44.       Caption = 'QuickReport'
  45.       AlignToBand = False
  46.       Font.Color = 8404992
  47.       Font.Height = -32
  48.       Font.Name = 'Arial'
  49.       Font.Style = [fsBold, fsItalic]
  50.     end
  51.     object QRLabel2: TQRLabel
  52.       Left = 300
  53.       Top = 20
  54.       width = 61
  55.       height = 16
  56.       Caption = 'for Delphi'
  57.       AlignToBand = False
  58.       Font.Color = 8404992
  59.       Font.Height = -13
  60.       Font.Name = 'Arial'
  61.       Font.Style = [fsBold, fsItalic]
  62.     end
  63.     object QRLabel3: TQRLabel
  64.       Left = 540
  65.       Top = 20
  66.       width = 200
  67.       height = 16
  68.       Caption = 'Copyright (c) 1995 Allan Lochert'
  69.       AlignToBand = False
  70.       Font.Color = clBlack
  71.       Font.Height = -13
  72.       Font.Name = 'Arial'
  73.       Font.Style = [fsBold, fsItalic]
  74.     end
  75.     object QRShape1: TQRShape
  76.       Left = 8
  77.       Top = 44
  78.       width = 733
  79.       Height = 5
  80.       Brush.Color = clNavy
  81.       Shape = qrsRectangle
  82.     end
  83.     object QRLabel4: TQRLabel
  84.       Left = 12
  85.       Top = 56
  86.       width = 60
  87.       height = 16
  88.       Caption = 'Company'
  89.       AlignToBand = False
  90.     end
  91.     object QRLabel5: TQRLabel
  92.       Left = 240
  93.       Top = 56
  94.       width = 50
  95.       height = 16
  96.       Caption = 'Address'
  97.       AlignToBand = False
  98.     end
  99.     object QRLabel6: TQRLabel
  100.       Left = 436
  101.       Top = 56
  102.       width = 48
  103.       height = 16
  104.       Caption = 'Contact'
  105.       AlignToBand = False
  106.     end
  107.     object QRLabel7: TQRLabel
  108.       Left = 568
  109.       Top = 56
  110.       width = 41
  111.       height = 16
  112.       Caption = 'Phone'
  113.       AlignToBand = False
  114.       Font.Color = clBlack
  115.       Font.Height = -13
  116.       Font.Name = 'Arial'
  117.       Font.Style = [fsBold]
  118.     end
  119.     object QRLabel8: TQRLabel
  120.       Left = 660
  121.       Top = 56
  122.       width = 24
  123.       height = 16
  124.       Caption = 'Fax'
  125.       AlignToBand = False
  126.       Font.Color = clBlack
  127.       Font.Height = -13
  128.       Font.Name = 'Arial'
  129.       Font.Style = [fsBold]
  130.     end
  131.   end
  132.   object DetailBand: TQRBand
  133.     Left = 0
  134.     Top = 73
  135.     Width = 1200
  136.     Height = 24
  137.     Align = alTop
  138.     BandType = rbDetail
  139.     Color = clWhite
  140.     ForceNewPage = False
  141.     Frame.Width = 0
  142.     Ruler = qrrNone
  143.     object QRDBText1: TQRDBText
  144.       Left = 12
  145.       Top = 4
  146.       width = 213
  147.       height = 17
  148.       AutoSize = False
  149.       DataSource = DataSource1
  150.       DataField = 'Company'
  151.     end
  152.     object QRDBText2: TQRDBText
  153.       Left = 440
  154.       Top = 4
  155.       width = 117
  156.       height = 17
  157.       AutoSize = False
  158.       DataSource = DataSource1
  159.       DataField = 'Contact'
  160.     end
  161.     object QRDBText3: TQRDBText
  162.       Left = 568
  163.       Top = 4
  164.       width = 85
  165.       height = 17
  166.       AutoSize = False
  167.       DataSource = DataSource1
  168.       DataField = 'Phone'
  169.     end
  170.     object QRDBText4: TQRDBText
  171.       Left = 660
  172.       Top = 4
  173.       width = 85
  174.       height = 17
  175.       AutoSize = False
  176.       DataSource = DataSource1
  177.       DataField = 'FAX'
  178.     end
  179.     object QRDBText5: TQRDBText
  180.       Left = 240
  181.       Top = 4
  182.       width = 169
  183.       height = 17
  184.       AutoSize = False
  185.       DataSource = DataSource1
  186.       DataField = 'Addr1'
  187.     end
  188.   end
  189.   object PageFooterBand: TQRBand
  190.     Left = 0
  191.     Top = 97
  192.     Width = 1200
  193.     Height = 24
  194.     Align = alTop
  195.     BandType = rbPageFooter
  196.     Color = clWhite
  197.     ForceNewPage = False
  198.     Frame.Width = 0
  199.     Ruler = qrrNone
  200.     object QRSysData1: TQRSysData
  201.       Left = 640
  202.       Top = 4
  203.       width = 89
  204.       height = 17
  205.       Alignment = taRightJustify
  206.       AlignToBand = True
  207.       AutoSize = False
  208.       Data = qrsPageNumber
  209.       Text = 'Page '
  210.     end
  211.   end
  212.   object SimpRep: TQuickReport
  213.     Columns = 1
  214.     DataSource = DataSource1
  215.     DisplayPrintDialog = False
  216.     LeftMarginInches = 0
  217.     LeftMarginMM = 0
  218.     Orientation = poPortrait
  219.     PrintOrder = qrColByCol
  220.     ReportTitle = 'QuickReport Simple report demonstration'
  221.     ReportType = qrStandard
  222.     RestartData = True
  223.     SQLCompatible = False
  224.     TitleBeforeHeader = False
  225.     Left = 4
  226.     Top = 140
  227.   end
  228.   object Table1: TTable
  229.     Active = True
  230.     DatabaseName = 'DBDEMOS'
  231.     TableName = 'CUSTOMER.DB'
  232.     Left = 36
  233.     Top = 140
  234.   end
  235.   object DataSource1: TDataSource
  236.     DataSet = Table1
  237.     Left = 68
  238.     Top = 140
  239.   end
  240. end
  241.